home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / thor / thor_api / common / noname.asm < prev    next >
Assembly Source File  |  1996-08-05  |  126b  |  7 lines

  1.         section text,code
  2.  
  3.         xref    _NoName                  * Name of C program to start with.
  4.  
  5.     jmp    _NoName(PC)
  6.  
  7.     END